home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000295_news@newsmaster….columbia.edu _Tue Mar 17 10:41:06 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA02128
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Mar 1998 10:41:05 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA15167
  7.     for kermit.misc@watsun; Tue, 17 Mar 1998 10:41:04 -0500 (EST)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!newsfeed.internetmci.com!4.1.16.34!cpk-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!netnews.jhuapl.edu!usenet
  9. From: Skip Collins <collibf1@aplcomm.jhuapl.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: compiling ckermit with cygnus win32 tools
  12. Date: 17 Mar 1998 10:38:10 -0500
  13. Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
  14. Lines: 13
  15. Sender: collibf1@COLLIBF1
  16. Message-ID: <wken01miot.fsf@aplcomm.jhuapl.edu>
  17. NNTP-Posting-Host: collibf1-2.jhuapl.edu
  18. X-Newsreader: Gnus v5.3/Emacs 19.34
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8492
  20.  
  21. I have compiled ckermit 6.0.192 using the cygnus b19.1 tools under
  22. windows 95. As a start I used the linux make and removed the curses
  23. and tcp stuff. The compilation completed without a hitch. I can run
  24. the program, but I am having difficulty getting to the serial
  25. ports. The Cygnus documentation does not really mention serial
  26. communication. I tried "mount"ing COM1: as /dev/com1. But "set line
  27. /dev/com1" gives
  28.  
  29.          Sorry, can't open connection: /dev/com1
  30.  
  31. Does anyone else have experience with ckermit and cygnus?
  32.  
  33. Skip Collins